home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Kit PC World De Ampliacion De Windows 95
/
Kit PC World de ampliacion de Windows 95.iso
/
lotus
/
lotus025.dsk
/
FINDREPL.LSS
< prev
next >
Wrap
Text File
|
1995-07-31
|
386b
|
16 lines
.Type "This is a sample.[Enter]"
.Type "This is another sample."
.FindAndReplace.FindString = "sample"
.FindAndReplace.ReplaceString = "script sample"
.InitFindAndReplace True
REM 0 = Found, 4 = NotFound
If .Find = 0 Then Messagebox "Found the first item.",, "Skipping"
REM Find the next instance
.Find
REM Replace the rest of the words
.ReplaceAll